home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 701-725 / 717 / adev11 / readme < prev    next >
Text File  |  1995-03-18  |  3KB  |  61 lines

  1. /*
  2.  * Copyright 1992 Stan Burton
  3.  *
  4.  * Permission to use, copy, modify, distribute, and sell this software
  5.  * and its documentation for any purpose is hereby granted without fee,
  6.  * provided that the above copyright notice appear in all copies and
  7.  * that both that copyright notice and this permission notice appear in
  8.  * supporting documentation, and that the name of Stan Burton not be used
  9.  * in advertising or publicity pertaining to distribution of the software
  10.  * without specific, written prior permission.  I make no representations
  11.  * about the suitability of  this software for any purpose.  It is
  12.  * provided "as is" without express or implied warranty.
  13.  *
  14.  * THE ABOVE-NAMED DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  15.  * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN NO EVENT
  16.  * SHALL STAN BURTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  17.  * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  18.  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  19.  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  20.  * OF THIS SOFTWARE.
  21.  *
  22.  * Author:
  23.  *        Stan Burton
  24.  *
  25.  *        1978 26 St. SE
  26.  *        Medicine Hat, AB, CANADA
  27.  *              T1A 2G8
  28.  */
  29.  
  30. Installation is simple. If you are reading this, and logically you must
  31. be, then step 1 is done.
  32.  2.  The directory containing this file and the other files unpacked from
  33.        the archive should be added to your path.
  34.  3.  If you like, make an assignment to this directory.  I use ADev11: as
  35.        the logical name.  This is not required, but will work better in
  36.        make files and source files if you ever decide to move this
  37.        directory (ADev11:lib11.lib or ADev11:std_macros.inc).
  38.  4.  Read the docs! I know you won't until you run into trouble, but make
  39.        sure you have read them before you come to me for help.
  40.  5.  You must copy either utils/HCBOOT or utils/HCBOOT_F1 to each project
  41.        directory as HCBOOT so that when you issue HCload from there it will
  42.        use the correct boot code for the processor used in that project.
  43.        HCBOOT_F1_CONFIG is the same as HCBOOT_F1 except that it also allows
  44.        programming of the CONFIG register.
  45.  
  46. SAsm, slink and slib now handle 68HC16 mnemonics and addressing modes as
  47. far as I have been able to test.  I do not have a 68HC16 processor and
  48. have relied on Motorola printed documents.
  49.  
  50. The docs files other than the .ps file are probably out of date.  They are
  51. included only for those who don't have access to a postscript printer or
  52. converter.
  53.  
  54. I can be reached at:
  55. internet stan@agcg.dres.dnd.ca
  56. BIX      sburton
  57. mail     Stan Burton
  58.          1978 26 St. SE
  59.          Medicine Hat, AB CANADA
  60.          T1A 2G8
  61.